You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > TMtxVec.SetCplx Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.SetCplx Method

Sets object complex values.

Syntax
C#
Visual Basic
public TMtxVec SetCplx(int Index, [In] TCplx[] A);

The a array complex values are copied to the calling object CValues from [Index]..[Index+Length(a)-1]. An exception is raised if calling object array borders are overrun/underrun. 

Note Use this method for complex array only.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!